123456/PO PHP H5/Julian - Felix/index.php

<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="style/style.css"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body id="Homepage"> <html><h1>homepagina</h1></html> <button onclick="location.href='gevangenis.php'">gevangenissen</button> <button onclick="location.href='moordenaars.php'">moordenaars</button> <button onclick="location.href='slachtoffers.php'">slachtoffers</button> <button onclick="location.href='moorden.php'">moorden</button> <h2>in deze database zie je alle informatie over de moorden, slachtoffers en de moordenaars</h2> </body> </html>

Resultaat

Made by Thijs Aarnoudse